home *** CD-ROM | disk | FTP | other *** search
- ; $VER: Installer script for the icon.datatype v44, © 1999 by Stephan Rupprecht
-
- (set @default-dest "DEVS:Datatypes/")
-
- (copyfiles
- (source "")
- (dest @default-dest)
- (pattern "(icon|icon.info)")
- (help @copyfiles-help)
- (prompt "Copy descriptor file")
- (confirm)
- )
-
- ; copylib doesn`t work, wrong version is shown!
- (copyfiles
- (source "icon.datatype")
- (dest "SYS:Classes/datatypes/")
- (help @copyfiles-help)
- (prompt "Copy icon.datatype")
- (confirm)
- )
-